home *** CD-ROM | disk | FTP | other *** search
/ H4CK3R 16 / hacker16 / 16_HACKER16.ISO / Interface / it.dig / scripts / DefineButton2_155 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2004-05-28  |  133 b   |  6 lines

  1. on(release){
  2.    _root.descri.gotoAndStop(1);
  3.    _root.categoria_mc.gotoAndPlay("VOLTAR");
  4.    _root.menu_mc.gotoAndPlay("in");
  5. }
  6.